GrapeCity.Windows.SpreadGrid 名前空間 > SpreadCollection<T> クラス : Move メソッド |
'Declaration
Public Sub Move( _ ByVal index As Integer, _ ByVal moveToIndex As Integer _ )
public void Move( int index, int moveToIndex )
例外 | 説明 |
---|---|
System.ArgumentOutOfRangeException | index が0未満です。または、index が Count 以上です。または、moveToIndex が0未満です。または、moveToIndex が Count 以上です。 |